I have vue tabulator control with the following options.
<vue-tabulator v-model="locations" class="locations" :options="tabulartorLocationOptions"></vue-tabulator>
tabulartorLocationOptions:{
columns: [
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
{ title: 'Roof Year Built', field: 'roofYearBuilt' , editor:"select", editorParams:constructionCodes},
]
},
And the following data
locations:[{roofYearBuilt: 2007}],
Whenever I select an option the entire table scrolls to the left. How do I prevent this?